home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 10
/
BBS In A Box Volume X (AMUG) (January 1994).bin
/
Files
/
Prog
/
B-C
/
C++ FAQ Reference 1.0.cpt
/
C++ FAQ Reference 1.0.rsrc
/
STR#_139.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-30
|
363 b
|
15 lines
What's the big deal of separating interface from implementation?
How do I separate interface from implementation in C++ (like Modula-2)?
What is an ABC ('abstract base class')?
What is a 'pure virtual' member function?
How can I provide printing for an entire hierarchy rooted at 'class X'?
What is a 'virtual destructor'?
What is a 'virtual constructor'?